MasterPageExt.master.cs
Code Type: C# Class
Uses Classes: CUser, CDataUtils, CPatient, CCPA, CDataConverter, CAppMenu, CUserAdmin, DataSet


Lines of Code: 249

public void ShowTimeoutWarning()

	 show the timeout warning popup 

public void KeepMDWSAlive()

	 Keep MDWS alive during timer updates 

public void CancelTimeout()

	 cancel timeout 

public void TimeoutLogoff()

	 timeout logg off 

public void OnCPAChange(string strCPAID)

	  cache the selected cpa id if the user selects a CPA 

protected void Page_Load(object sender, EventArgs e)

	    Page Load 

public void LookupPatient(bool bEXT, string strPatientID)

	   public method to lookup a patient by patient id 

	

